Enum Objects.MoveableStatus

Constants for moveable statuses.

To be used with Objects.Moveable.GetStatus and Objects.Moveable.SetStatus functions.

Members

INACTIVE Moveable is inactive (was never activated).
ACTIVE Moveable is active.
DEACTIVATED Moveable is deactivated (was previously active and later deactivated).
INVISIBLE Moveable is invisible.


Members

INACTIVE
Moveable is inactive (was never activated).
ACTIVE
Moveable is active.
DEACTIVATED
Moveable is deactivated (was previously active and later deactivated).
INVISIBLE
Moveable is invisible.
generated by TEN-LDoc (a fork of LDoc 1.4.6)